Programming With QuickTime VR 2.1

Previous | Overview | Contents | Next

Panorama Sample Flag

The flags field in the panorama sample atom structure (Panorama Sample Atom Structure) specifies any special settings for the panorama. The flags are specified using this bit flag:

enum {
    kQTVRPanoFlagHorizontal                     = 1 << 0
};

Constant description

kQTVRPanoFlagHorizontal
If this bit is set, the diced panoramic image is oriented horizontally.

© 1997 Apple Computer, Inc.

Previous | Overview | Contents | Next